Power operator. You can also use '**' instead of '^'.
x^y=x**y
Logical operator.
Calculates the square of its argument.
sqr(r)=r^2=r**2=r*r.
Use Sqr(r) instead of r^2. The Sqr function is faster.
The absolute value.
Abs(-1.2)=1.2
Logical constant. true=1.
The ratio between the circumference of a circle and its diameter.
π = 3.1415926535897932…
Natural logarithm (base e=exp(1) =2.7182818...).
Base 10 logarithm.
log(100)=2.
Trigono-
metric function.
Inverse trigono-
metric function.
Hyperbolic function.
Inverse hyperbolic function.
Comparison operator.
Independent variable of a user defined function:
y = f(x) is the function value at x.
Parameter fitting mode.
Set mode[i]=active to indicate that parameter i must be fitted.
Return value for the predefined function 'Check'.
Set Check=ok to indicate that the new value of the parameter number 'pNumber' is to be accepted.
Predefined variable of function 'Check'.
Check is called when a parameter value is changed in the parameter window, and pNumber contains the number of the parameter that was changed.
One of the types of a variable.
Loop statement.
Conditional statement.
A matrix array containing the values in the current data window. You can read or set the value of the data cell in row i and column j by using data[i,j].
Clears the given data cell.
Returns true if a data cell contains valid numeric data. Returns false if it contains text or if it is empty.
Sets the text in the given cell. If the given cell is in a numeric column, SetCell attempts to convert the text in its third parameter into a number.
Sets the title of a column.
Sets the type of a column.
type=(textColumn, floatColumn, doubleColumn).
Returns the type of a column (textColumn, floatColumn, doubleColumn)
Sets the width of a column to the given number of pixels.
Returns true if the given column is empty.
The default x-column of the current data window
The default y-column of the current data window
The default ∆x-column of the current data window
The default ∆y-column of the current data window
Sets the default columns of the current data window to the given column numbers.
A complete function with all the principal syntax elements.
A very simple function.
A complete program with all the principal syntax elements.
A very simple program.
Declaration of the predefined procedure 'First'.
Declaration of the predefined procedure 'Derivatives'.
Declaration of the predefined function 'Check'.
Body of a generic procedure.
Body of a generic function.
Declaration of the description strings.
The description strings declared in a function definition are displayed in the Parameters window.
Declaration of the number of parameters that will be used in your function (optional).
Declaration of the default values, fitting modes, names, and fitting limits of the parameters.
Constant declaration with some useful constants.
Variable declaration.
Returns the ranges of the main coordinate axes of the current graph.
Returns true if the argument is not a good (valid) number.
Creates a new graph with the given ranges in the current drawing window.
xSc,ySc=scaling of the axes, 0..3 (0=linear,1=log, 2=1/x, 3=probability).
The total number of parameters belonging to the function used in the last fit.
Returns 0 if the last fit was not successful.
The parameter values obtained in the last fit.
The standard deviations of the parameters used in the last Levenberg-Marquard fit.
Returns an invalid number if the standard deviation is not available.
The full covariance matrix obtained in the last Levenberg-Marquard fit.
Returns an invalid number if the given element of the matrix is not defined.
Starts the definition of a new data set.
err=error bar kind (sum of noErrorBars, errorBarsY, errorBarsX, asymErrorBarsY, asymErrorBarsX).
Set connect=true to draw lines between the data points.
The text passed as the last parameter is used in the legend.
Draws a data point at the given coordinate (x,y) in the current graph.
∆x1,∆y1,∆x2,∆y2 are used to set the error bar lengths according to the value of the parameter 'err' passed to 'OpenDataSet'.
The mean deviation obtained in the last fit.
Fits the function 'func' to the data in the x-, y- and ∆y- columns.
Set sel=true to use only selected rows.
∆yC=y-error column. Set ∆yC=0 to specify errors using ∆yVal: